home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / vbcc / machines / amiga68k / libsrc / math / math_ieee / log.s < prev    next >
Encoding:
Text File  |  1995-09-15  |  223 b   |  16 lines

  1.  xref _MathIeeeDoubTransBase
  2.  
  3. result
  4.  dc.l 0,0
  5.  
  6.  xdef _log
  7. _log:
  8.  movem.l 4(sp),d0-d1
  9.  move.l  a6,-(sp)
  10.  move.l  _MathIeeeDoubTransBase,a6
  11.  jsr     -84(a6)
  12.  movem.l  d0-d1,result
  13.  move.l   #result,d0
  14.  move.l  (sp)+,a6
  15.  rts
  16.